Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2025

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.5.33.8.0 age confidence

  • If you want to rebase/retry this PR, check this box

This PR has been generated on behalf of Nordcom AB by Renovate Bot.

@renovate renovate bot added the Dependency label Jun 23, 2025
@vercel
Copy link

vercel bot commented Jun 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
commerce-demo Error Error Jan 19, 2026 3:03pm
commerce-landing-demo Error Error Jan 19, 2026 3:03pm

@renovate renovate bot enabled auto-merge (rebase) June 23, 2025 07:07
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.6.0. Deps: Update dependency prettier to v3.6.1. Jun 25, 2025
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 3b041e4 to 6e20c43 Compare June 25, 2025 12:09
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.6.1. Deps: Update dependency prettier to v3.6.2. Jun 27, 2025
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 6e20c43 to bc084b1 Compare June 27, 2025 03:57
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from bc084b1 to b359c38 Compare July 3, 2025 06:23
@filiphsps filiphsps force-pushed the master branch 2 times, most recently from 48ff383 to 7cee173 Compare July 3, 2025 08:51
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch 2 times, most recently from 9a06915 to 6191e16 Compare July 3, 2025 09:16
@filiphsps filiphsps force-pushed the master branch 3 times, most recently from d2fd078 to d38f2b8 Compare July 3, 2025 09:22
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch 2 times, most recently from 1d6c717 to ec423ca Compare July 3, 2025 09:51
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from ec423ca to a621b75 Compare July 3, 2025 10:11
@github-actions
Copy link

github-actions bot commented Jul 3, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 16.77% 2864 / 17075
🔵 Statements 16.77% 2864 / 17075
🔵 Functions 51.19% 279 / 545
🔵 Branches 66.11% 677 / 1024
File CoverageNo changed files found.
Generated in workflow #10134 for commit a621b75 by the Vitest Coverage Report Action

@codecov
Copy link

codecov bot commented Jul 3, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
182 2 180 20
View the top 2 failed test(s) by shortest run time
apps/admin/src/utils/auth.adapter.test.ts > src/utils/auth.adapter.test.ts
Stack Traces | 0s run time
Error: querySrv ENOTFOUND _mongodb._tcp.dummy-string
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: undefined, code: 'ENOTFOUND', syscall: 'querySrv', hostname: '_mongodb._tcp.dummy-string' }
apps/storefront/src/components/products/quantity-selector.test.tsx > components > QuantitySelector > updates the quantity when input value changes
Stack Traces | 1.04s run time
AssertionError: expected "spy" to be called with arguments: [ 5 ]

Number of calls: 0


Ignored nodes: comments, script, style
<html>
  <head />
  <body>
    <div>
      <section
        class="flex min-h-fit w-full overflow-hidden rounded-lg border-2 border-solid border-white bg-white p-0 leading-none opacity-50 drop-shadow transition-colors *:appearance-none *:text-center *:text-lg *:leading-none *:transition-colors"
      >
        <button
          aria-disabled="true"
          aria-label="decrease"
          class="transition-color duration-150 pointer-events-none cursor-not-allowed shadow-none aspect-[3/4] h-full select-none appearance-none rounded-none bg-transparent p-2 font-bold text-current"
          data-nosnippet="true"
          data-quantity-decrease="true"
          data-testid="quantity-decrease"
          disabled=""
          draggable="false"
          title="decrease"
          type="button"
        >
          –
        </button>
        <input
          aria-disabled="true"
          aria-label="quantity"
          class="rounded-lg pointer-events-none cursor-not-allowed h-full w-full grow appearance-none border-none bg-transparent text-sm font-bold outline-none focus:outline-none focus:ring-0"
          data-nosnippet="true"
          data-quantity-input="true"
          data-testid="quantity-input"
          disabled=""
          draggable="false"
          max="199999"
          min="1"
          pattern="[0-9]"
          placeholder="quantity"
          step="1"
          title="quantity"
          type="number"
          value="0"
        />
        <button
          aria-disabled="true"
          aria-label="increase"
          class="transition-color duration-150 pointer-events-none cursor-not-allowed shadow-none aspect-[3/4] h-full select-none appearance-none rounded-none bg-transparent p-2 font-bold text-current"
          data-nosnippet="true"
          data-quantity-increase="true"
          data-testid="quantity-increase"
          disabled=""
          draggable="false"
          title="increase"
          type="button"
        >
          +
        </button>
      </section>
    </div>
  </body>
</html>
 ❯ .../components/products/quantity-selector.test.tsx:27:36
 ❯ runWithExpensiveErrorDiagnosticsDisabled ../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@.../dom/dist/config.js:47:12
 ❯ checkCallback ../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@.../dom/dist/wait-for.js:124:77
 ❯ checkRealTimersCallback ../../node_modules/.pnpm/@testing-library+dom@10.1.0/node_modules/@.../dom/dist/wait-for.js:118:16
 ❯ Timeout.<anonymous> ../../node_modules/.pnpm/happy-dom@17.4..../src/window/BrowserWindow.ts:1431:16

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from a621b75 to 2bc24fa Compare November 27, 2025 10:12
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.6.2. Deps: Update dependency prettier to v3.7.0. Nov 27, 2025
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 2bc24fa to 41cf949 Compare November 27, 2025 17:06
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.7.0. Deps: Update dependency prettier to v3.7.1. Nov 27, 2025
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.7.1. Deps: Update dependency prettier to v3.7.2. Nov 28, 2025
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 41cf949 to 96010bb Compare November 28, 2025 21:36
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 96010bb to adbc27e Compare November 29, 2025 18:11
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.7.2. Deps: Update dependency prettier to v3.7.3. Nov 29, 2025
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from adbc27e to 01acccf Compare December 3, 2025 07:16
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.7.3. Deps: Update dependency prettier to v3.7.4. Dec 3, 2025
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 01acccf to 78936c7 Compare December 3, 2025 18:20
@renovate renovate bot force-pushed the deps/bot-prettier-3.x branch from 78936c7 to ed1fb50 Compare January 15, 2026 01:27
@renovate renovate bot changed the title Deps: Update dependency prettier to v3.7.4. Deps: Update dependency prettier to v3.8.0. Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant